textmodes/ispell.el: Experimental support for support debugging.
authorAgustin Martin <agustin.martin@hispalinux.es>
Tue, 6 Nov 2012 16:22:09 +0000 (17:22 +0100)
committerAgustin Martin <agustin.martin@hispalinux.es>
Tue, 6 Nov 2012 16:22:09 +0000 (17:22 +0100)
commitc43a192337842b1c46bc122b06175ec1786721ab
tree34880051ecc0cbf6ab1d41d14333040c8784e0d3
parentc6d17b08b5e8bf546dd58a78872dad7e2b2f0053
textmodes/ispell.el: Experimental support for support debugging.

 * (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
   buffer for ispell.
 * (ispell-print-if-debug): New function to print stuff to
   `ispell-debug-buffer' if debugging is enabled.
 * (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
   show some debugging info.
 * (ispell-buffer-with-debug): New function that creates a debugging
   buffer and calls `ispell-buffer' with debugging enabled.  This is also
   en example of a possible way to use this system.
lisp/ChangeLog
lisp/textmodes/ispell.el